home *** CD-ROM | disk | FTP | other *** search
/ Libris Britannia 4 / science library(b).zip / science library(b) / DJGPP / BNU22SR1.ZIP / src / binutils.2 / gprof / dummy.c < prev    next >
C/C++ Source or Header  |  1993-05-30  |  291b  |  14 lines

  1. #include "gprof.h"
  2.  
  3. /*
  4.  * dummy.c -- This file should be used for an unsupported processor type.
  5.  * It does nothing, but prevents findcall() from being unresolved.
  6.  */
  7.  
  8. findcall( parentp , p_lowpc , p_highpc )
  9.     nltype        *parentp;
  10.     unsigned long    p_lowpc;
  11.     unsigned long    p_highpc;
  12. {
  13. }
  14.